Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / EditableHeader Property

In This Topic
    EditableHeader Property (C1ComboBox<T>)
    In This Topic
    Gets or sets the editable header.
    Syntax
    'Declaration
     
    
    Public Overridable Property EditableHeader As RenderFragment
    public virtual RenderFragment EditableHeader {get; set;}
    See Also